projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef57b64
)
[IA64] cleanup max_pages=128M
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 2 Nov 2006 19:43:04 +0000
(12:43 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 2 Nov 2006 19:43:04 +0000
(12:43 -0700)
remove default max_pages=128M.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/xen/domain.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/domain.c
b/xen/arch/ia64/xen/domain.c
index 7ecb10c95d1e7b1ea627636a5cfc97bd95967287..f1341fbf85320a78b0c2337ad2e9e0e4d2cbf250 100644
(file)
--- a/
xen/arch/ia64/xen/domain.c
+++ b/
xen/arch/ia64/xen/domain.c
@@
-425,7
+425,6
@@
int arch_domain_create(struct domain *d)
share_xen_page_with_guest(virt_to_page((char *)d->shared_info + i),
d, XENSHARE_writable);
- d->max_pages = (128UL*1024*1024)/PAGE_SIZE; // 128MB default // FIXME
/* We may also need emulation rid for region4, though it's unlikely
* to see guest issue uncacheable access in metaphysical mode. But
* keep such info here may be more sane.